blob: 694f15ed9bc8b602f00ed4f6d0b08a8d4c57a102 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Literally included file using Python highlighting
# -*- coding: utf-8 -*-
foo = "Including Unicode characters: üöä"
class Foo:
pass
class Bar:
def baz():
pass
def bar(): pass
|