mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-06 23:53:31 +00:00
refactor examples
add scripts to pyproject
This commit is contained in:
@@ -2,6 +2,8 @@ import logging
|
||||
|
||||
import vban_cmd
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
|
||||
class Observer:
|
||||
def __init__(self, vban):
|
||||
@@ -33,6 +35,4 @@ def main():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user