6 lines
77 B
Python
6 lines
77 B
Python
from freeposte import manager
|
|
|
|
|
|
if __name__ == "__main__":
|
|
manager.run()
|