Working build

This commit is contained in:
2023-06-13 20:45:26 -04:00
parent 0520174bf3
commit 3ba9c44d51
3 changed files with 18 additions and 0 deletions

3
mail4one/__main__.py Normal file
View File

@@ -0,0 +1,3 @@
from .server import main
main()