Uncommented process tests

This commit is contained in:
Mattia Giambirtone 2024-03-16 22:35:48 +01:00
parent e647b7631d
commit d0785bd028
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ async def main_python():
if __name__ == "__main__":
# structio.run(main_simple, "owo")
# structio.run(main_limiter)
structio.run(main_simple, "owo")
structio.run(main_limiter)
structio.run(main_python)