5 lines
82 B
Python
5 lines
82 B
Python
|
import definitions as lib
|
||
|
|
||
|
def main():
|
||
|
return lib.read("templates/main.html")
|