Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bla
/
hotspot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b13e0c9
hotspot
/
App
/
Mikrotik
/
utils
/
Config.py
Mbonea
vpn ready?
afbb33a
5 months ago
raw
Copy download link
history
blame
Safe
211 Bytes
from
dataclasses
import
dataclass
@dataclass
class
RouterConfig
:
"""Class to store router configuration settings"""
host:
str
=
"10.8.0.6"
username:
str
=
"admin"
password:
str
=
"G4TZ7QFJTW"