Skip to content
Snippets Groups Projects
__main__.py 70 B
Newer Older
from . import mainserver

if __name__ == "__main__":
    mainserver()