Skip to content

Instantly share code, notes, and snippets.

View tilman's full-sized avatar

Tilman tilman

View GitHub Profile
#!/usr/bin/env python3
"""PyBluez simple example asyncronous-inquiry.py
Demonstration of how to do asynchronous device discovery by subclassing
the DeviceDiscoverer class
Linux only (5/5/2006)
Author: Albert Huang <albert@csail.mit.edu>
$Id: asynchronous-inquiry.py 405 2006-05-06 00:39:50Z albert $
"""
#create database klausur1;
use klausur1;
# Filiale(FID, Name, Standort)
# Mitarbeiter(MID, Vorname, Nachname, Wohnort)
# Arbeitsvertrag(AVID, FID[Filiale], MID[Mitarbeiter], Datum)
create table Filiale (