Files
website/python/router.py

16 lines
292 B
Python
Executable File

#!/usr/bin/env python3
import requests
import os
from urllib.request import urlopen
def loginInternet(): # Makes sure that the server is logged in
return
def turnOnInternet(): # Turns on the internet
return True
def turnOffInternet(): # Turns of the internet
return False