[refactor] Init
This commit is contained in:
9
texteller/cli/commands/web/__init__.py
Normal file
9
texteller/cli/commands/web/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import os
|
||||
import click
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
@click.command()
|
||||
def web():
|
||||
"""Launch the web interface for TexTeller."""
|
||||
os.system(f"streamlit run {Path(__file__).parent / 'streamlit_demo.py'}")
|
||||
Reference in New Issue
Block a user