1# -*- tcl -*-
2# ### ### ### ######### ######### #########
3## Terminal packages - Main :: Generic operations
4
5# Currently we have no generica at all. We make the package, but it
6# provides nothing for now.
7
8# ### ### ### ######### ######### #########
9## Requirements
10
11namespace eval ::term {}
12
13# ### ### ### ######### ######### #########
14## Ready
15
16package provide term 0.1
17
18##
19# ### ### ### ######### ######### #########
20